Diff for /xmil/common/milstr.c between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:29 version 1.2, 2004/08/03 12:50:54
Line 569  char * STRCALL milutf8_chr(const char *s Line 569  char * STRCALL milutf8_chr(const char *s
   
 // ---- other  // ---- other
   
 int STRCALL milstr_extendcmp(const char *str, const char *cmp) {  int STRCALL milstr_extendcmp(const OEMCHAR *str, const OEMCHAR *cmp) {
   
         int             c;          int             c;
         int             s;          int             s;
Line 653  long STRCALL milstr_solveHEX(const OEMCH Line 653  long STRCALL milstr_solveHEX(const OEMCH
   
         long    ret;          long    ret;
         int             i;          int             i;
         char    c;          OEMCHAR c;
   
         ret = 0;          ret = 0;
         for (i=0; i<8; i++) {          for (i=0; i<8; i++) {

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>