]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/scan.c
qsort: Regression test now ignores 4th test on Mac OS X in addition to BSDs (test...
[pdclib] / functions / _PDCLIB / scan.c
index 0ecf31ada2393ff94d5d058cef7f75dfa07f563b..615d82e0f32ee659d5c9756ac90781b62f9cc660 100644 (file)
@@ -386,7 +386,8 @@ const char * _PDCLIB_scan( const char * spec, struct _PDCLIB_status_t * status )
         }
         case 'p':
             status->base = 16;
-            status->flags |= E_unsigned;
+            // TODO: Like _PDCLIB_print, E_pointer(?)
+            status->flags |= E_unsigned | E_long;
             break;
         case 'n':
         {