Differences From Artifact [5813a445af]:
- File src/zip.c — part of check-in [a5cd79272f] at 2010-10-09 15:34:14 on branch wolfgangHelpCmd — link the command line help to the gui pages, where appropriate (user: wolfgang size: 11667)
To Artifact [4d131aa664]:
- File src/zip.c — part of check-in [586b0eb144] at 2010-10-16 17:33:22 on branch wolfgangHelpCmd — merge from trunk (user: wolfgang size: 11674) [more...]
︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | - + | c = zName[i+1]; zName[i+1] = 0; for(j=0; j<nDir; j++){ if( strcmp(zName, azDir[j])==0 ) break; } if( j>=nDir ){ nDir++; |
︙ |