Opened 8 years ago
Closed 8 years ago
#12842 closed bug (fixed)
[Patch] TrackerString.cpp: fix comparison between pointer and integer
Reported by: | mt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/libtracker.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Add missing '*' for 'string' at line 268 [1]. [1] http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/TrackerString.cpp#n268
/home/haiku/haiku/haiku/src/kits/tracker/TrackerString.cpp:268:36: error: comparison between pointer and integer ('const char *' and 'int') if (*pattern == '?' && string != '\0') { ~~~~~~ ^ ~~~~
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | 0032-TrackerString.cpp-fix-comparison-between-pointer-and.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev50402.