[BACK]Return to dgamelaunch.c CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Diff for /dgamelaunch-openbsd/dgamelaunch.c between version 1.7 and 1.8

version 1.7, 2021/04/02 10:52:15 version 1.8, 2021/04/02 11:02:20
Line 2167  readfile (int nolock)
Line 2167  readfile (int nolock)
        * crypt_checkpass takes care of validating the hashing so we         * crypt_checkpass takes care of validating the hashing so we
        * don't have to ensure the password field has a valid length */         * don't have to ensure the password field has a valid length */
   
 #ifndef(__OpenBSD__)  #if !defined(__OpenBSD__)
       while (*b != ':')        while (*b != ':')
         {          {
           users[f_num]->password[(b - n)] = *b;            users[f_num]->password[(b - n)] = *b;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb