Rev 16749 | Rev 17457 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16749 | Rev 16757 | ||
---|---|---|---|
Line 1117... | Line 1117... | ||
1117 | while(p2>buf && *(p2-1)!='\n') p2=strchr(p2+1,':'); |
1117 | while(p2>buf && *(p2-1)!='\n') p2=strchr(p2+1,':'); |
1118 | } |
1118 | } |
1119 | if(p2==NULL) return; /* error which should not occur */ |
1119 | if(p2==NULL) return; /* error which should not occur */ |
1120 | snprintf(ubuf,sizeof(ubuf),"%d",i); |
1120 | snprintf(ubuf,sizeof(ubuf),"%d",i); |
1121 | /* look for dependency information */ |
1121 | /* look for dependency information */ |
1122 | /* |
1122 | /* pas utile pour freework mais ne pose pas de probleme tant que les fichiers .wfreework$i ne contiennent |
- | 1123 | que des record avec moins de 7 lignes (pour ne pas activer la fonction de dependance |
|
- | 1124 | de score */ |
|
1123 | for(j=0, p3=strchr(p1+strlen(nbuf),'\n'); |
1125 | for(j=0, p3=strchr(p1+strlen(nbuf),'\n'); |
1124 | j<3 && p3 && *(p3+1)!=':'; |
1126 | j<3 && p3 && *(p3+1)!=':'; |
1125 | j++, p3=strchr(p3+1,'\n')); |
1127 | j++, p3=strchr(p3+1,'\n')); |
1126 | if(j>=3 && p3!=NULL && *(p3+1)!=':') { |
1128 | if(j>=3 && p3!=NULL && *(p3+1)!=':') { |
1127 | p3++; p4=strchr(p3,'\n'); |
1129 | p3++; p4=strchr(p3,'\n'); |