Changes between Initial Version and Version 1 of Ticket #348


Ignore:
Timestamp:
Jun 28, 2007 12:49:24 AM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #348 – Description

    initial v1  
    1010With ANSI, {{{strcmp(s1, s2)}}} will return 1, while with {{{pj_strcmp(s1, s2)}}} will return -1. 
    1111 
     12The reason why the result was different was because string comparison in PJLIB was too optimized for speed, so it only cares about the fact that the string was different.