Changeset 28003 for branches/pap/ippTools/src/pxmagic.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/pxmagic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src/pxmagic.c
r26981 r28003 85 85 } 86 86 if (destreaked) { 87 psStringAppend(out, " AND %s.magicked >0", table);87 psStringAppend(out, " AND %s.magicked != 0", table); 88 88 } 89 // Note -magicked is handled by the caller. XXX: Why? 89 90 return true; 90 91 }
Note:
See TracChangeset
for help on using the changeset viewer.
