/[LeafOK_CVS]/lbbs/src/file_loader.c
ViewVC logotype

Diff of /lbbs/src/file_loader.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.12 by sysadm, Thu May 29 09:44:01 2025 UTC Revision 1.13 by sysadm, Sun Jun 1 14:04:19 2025 UTC
# Line 122  int load_file(const char *filename) Line 122  int load_file(const char *filename)
122          }          }
123    
124          line_total = split_data_lines(p_data, SCREEN_COLS, line_offsets, MAX_SPLIT_FILE_LINES);          line_total = split_data_lines(p_data, SCREEN_COLS, line_offsets, MAX_SPLIT_FILE_LINES);
         if (line_total >= MAX_SPLIT_FILE_LINES)  
         {  
                 log_error("split_data_lines() truncated over limit lines\n");  
         }  
125    
126          // Allocate shared memory          // Allocate shared memory
127          proj_id = (int)(time(NULL) % getpid());          proj_id = (int)(time(NULL) % getpid());


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1