Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 652686
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/unshar.c
0
++ b/src/unshar.c
Lines 240-246 Link Here
240
      off_t position = ftello (file);
240
      off_t position = ftello (file);
241
      /* Read next line, fail if no more and no previous process.  */
241
      /* Read next line, fail if no more and no previous process.  */
242
      if (!fgets (rw_buffer, BUFSIZ, file))
242
      if (!fgets (rw_buffer, rw_base_size, file))
243
       {
243
       {
244
         if (!start)
244
         if (!start)
245
           error (0, 0, _("Found no shell commands in %s"), name);
245
           error (0, 0, _("Found no shell commands in %s"), name);

Return to bug 652686