Differences From Artifact [602946c512]:
- File filed.c — part of check-in [74c7ab003e] at 2014-02-11 05:49:04 on branch trunk — Updated to check fgets() return value and removed now unused variable (user: rkeene, size: 31206) [annotate] [blame] [check-ins using]
To Artifact [169b29728a]:
- File filed.c — part of check-in [299fa6a68f] at 2014-02-11 05:52:50 on branch trunk — Updated to actually set fgets_ret, oops (user: rkeene, size: 31218) [annotate] [blame] [check-ins using]
︙ | |||
602 603 604 605 606 607 608 | 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 | - + | } /* Note path */ strcpy(buffer_st->path, path); for (i = 0; i < 100; i++) { buffer = buffer_st->tmpbuf; |
︙ |