| # | Line 43 | Line 43 | char *ofn[]; | |
|---|---|---|
| 43 | for (i = 0; ofn[i] != NULL; i++) | |
| 44 | putstr(ofn[i]); | |
| 45 | putstr(""); | |
| 46 | + | /* write number of objects */ | 
| 47 | + | putint((long)nobjects, sizeof(OBJECT)); | 
| 48 | ||
| 49 | if (!(store & IO_TREE)) | |
| 50 | return; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |