Mercurial > hg-old > index.cgi
comparison lwlink/readfiles.c @ 218:03044871c575
Fixed a stupid regression with forced included library files
author | lost |
---|---|
date | Sat, 25 Apr 2009 02:14:12 +0000 |
parents | bae1e3ecdce1 |
children | f9f01a499525 |
comparison
equal
deleted
inserted
replaced
217:5911c02a79a7 | 218:03044871c575 |
---|---|
415 memset(fn -> subs[fn -> nsubs], 0, sizeof(fileinfo_t)); | 415 memset(fn -> subs[fn -> nsubs], 0, sizeof(fileinfo_t)); |
416 fn -> subs[fn -> nsubs] -> filedata = fn -> filedata + cc; | 416 fn -> subs[fn -> nsubs] -> filedata = fn -> filedata + cc; |
417 fn -> subs[fn -> nsubs] -> filesize = flen; | 417 fn -> subs[fn -> nsubs] -> filesize = flen; |
418 fn -> subs[fn -> nsubs] -> filename = lw_strdup(fn -> filedata + l); | 418 fn -> subs[fn -> nsubs] -> filename = lw_strdup(fn -> filedata + l); |
419 fn -> subs[fn -> nsubs] -> parent = fn; | 419 fn -> subs[fn -> nsubs] -> parent = fn; |
420 | 420 fn -> subs[fn -> nsubs] -> forced = fn -> forced; |
421 read_file(fn -> subs[fn -> nsubs]); | 421 read_file(fn -> subs[fn -> nsubs]); |
422 fn -> nsubs++; | 422 fn -> nsubs++; |
423 cc += flen; | 423 cc += flen; |
424 } | 424 } |
425 } | 425 } |