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

Diff of /lbbs/src/test_file_loader.c

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

Revision 1.16 by sysadm, Thu Nov 20 09:02:46 2025 UTC Revision 1.17 by sysadm, Fri Dec 19 06:16:27 2025 UTC
# Line 73  int main(int argc, char *argv[]) Line 73  int main(int argc, char *argv[])
73    
74                          if (detach_file_shm(p_shm) < 0)                          if (detach_file_shm(p_shm) < 0)
75                          {                          {
76                                  log_error("detach_file_shm(%s) error\n", files[i]);                                  log_error("detach_file_shm(%s) error", files[i]);
77                          }                          }
78                  }                  }
79          }          }
# Line 123  int main(int argc, char *argv[]) Line 123  int main(int argc, char *argv[])
123    
124                                  if (detach_file_shm(p_shm) < 0)                                  if (detach_file_shm(p_shm) < 0)
125                                  {                                  {
126                                          log_error("detach_file_shm(%s) error\n", files[i]);                                          log_error("detach_file_shm(%s) error", files[i]);
127                                  }                                  }
128                          }                          }
129                  }                  }


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

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