Bugzilla – Bug 231181
gtkpod-0.99.8-21: comparison with string literal
Last modified: 2007-04-18 12:06:53 UTC
I just tried to compile package gtkpod-0.99.8-21 The compiler said mp3file.c:1153: warning: comparison with string literal The source code is if (frame_name == ID3_FRAME_GENRE) but linux:/usr/src/packages/SPECS # find /usr/include -name \*.h -print | xargs fgrep ID3_FRAME_GENRE /usr/include/id3tag.h:# define ID3_FRAME_GENRE "TCON" Suggest new code if (strcmp( frame_name, ID3_FRAME_GENRE) == 0)
Feel free to close as duplicate of Bug #233655.
Fixed. *** This bug has been marked as a duplicate of bug 233655 ***