View | Details | Raw Unified | Return to bug 14742
Collapse All | Expand All

(-)setlocale.c Sat Nov 6 17:52:05 1999 (-1 / +3 lines)
Lines 169-177 Link Here
169
                                   ++locale;
169
                                   ++locale;
170
                               while (*++r && *r != '/');
170
                               while (*++r && *r != '/');
171
                       } while (*locale);
171
                       } while (*locale);
172
                       while (i < _LC_LAST)
172
                       while (i < _LC_LAST) {
173
                               (void)strcpy(new_categories[i],
173
                               (void)strcpy(new_categories[i],
174
                                   new_categories[i-1]);
174
                                   new_categories[i-1]);
175
                               ++i;
176
                       }
175
               }
177
               }
176
       }
178
       }

Return to bug 14742