/[global]/global/global/global.c
ViewVC logotype

Diff of /global/global/global.c

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

revision 1.92 by h-iwamoto, Mon Jun 20 14:30:32 2005 UTC revision 1.93 by h-iwamoto, Tue Jun 21 16:22:34 2005 UTC
# Line 941  parsefile(argc, argv, cwd, root, dbpath, Line 941  parsefile(argc, argv, cwd, root, dbpath,
941                  path_list_max = 20 * 1024;                  path_list_max = 20 * 1024;
942          for (e = environ; *e != NULL; e++)          for (e = environ; *e != NULL; e++)
943                  path_list_max -= strlen(*e) + 1;                  path_list_max -= strlen(*e) + 1;
944          path_list_max -= strlen(parser);          path_list_max -= strbuf_getlen(sb);
945          path_list_max -= 40;          path_list_max -= 40;
946          force_processing_one_file = (path_list_max <= 0);          force_processing_one_file = (path_list_max <= 0);
947  #else  #else

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26