/[osn-commons]/trunk/uar/main.c
ViewVC logotype

Diff of /trunk/uar/main.c

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

revision 23 by rakinar2, Mon Aug 5 17:15:48 2024 UTC revision 25 by rakinar2, Tue Aug 6 13:06:45 2024 UTC
# Line 254  create_archive (void) Line 254  create_archive (void)
254    
255                      if (file == NULL)                      if (file == NULL)
256                          {                          {
257                              perr ("failed to add directory: %s\n",                              perr ("failed to add directory: %s (%s)\n",
258                                    strerror (errno));                                    strerror (errno), uar_strerror (uar));
259                              uar_close (uar);                              uar_close (uar);
260                              return;                              return;
261                          }                          }
# Line 396  main (int argc, char **argv) Line 396  main (int argc, char **argv)
396    
397                      if (params.file == NULL)                      if (params.file == NULL)
398                          {                          {
399                              perr ("failed to read '%s': %s", file,                              perr ("failed to read '%s': %s\n", file,
400                                    strerror (errno));                                    strerror (errno));
401                              exit (1);                              exit (1);
402                          }                          }
# Line 414  main (int argc, char **argv) Line 414  main (int argc, char **argv)
414    
415              if (params.cwd == NULL)              if (params.cwd == NULL)
416                  {                  {
417                      perr ("failed to change working directory to '%s': %s", dir,                      perr ("failed to change working directory to '%s': %s\n",
418                            strerror (errno));                            dir, strerror (errno));
419                      exit (1);                      exit (1);
420                  }                  }
421          }          }

Legend:
Removed from v.23  
changed lines
  Added in v.25

team@onesoftnet.eu.org
ViewVC Help
Powered by ViewVC 1.1.26