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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- config.c    2001-04-16 21:16:44.000000000 -0700
0
++ config.c.new        2005-02-12 23:07:46.246921944 -0800
Lines 56-62 Link Here
56
       while (!feof(config_file))
56
       while (!feof(config_file))
57
               {
57
               {
58
               raw_data[0] = '\0';
58
               raw_data[0] = '\0';
59
               fscanf(config_file, "%s\n", raw_data);
59
               fscanf(config_file, "%[^\n]\n", raw_data);
60
               if (strlen(raw_data) < 10)
60
               if (strlen(raw_data) < 10)
61
                       break;
61
                       break;
62
               strncpy(str_opname, raw_data, 10);
62
               strncpy(str_opname, raw_data, 10);

Return to bug 82768