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

(-)src/acc.c Mon Sep 12 22:51:09 2005 (-1 / +1 lines)
Lines 195-201 Link Here
195
                                       loge (("bad filter header/scope %s in file %s: %s", scope, fi, buf));
195
                                       loge (("bad filter header/scope %s in file %s: %s", scope, fi, buf));
196
                                       Exit(1);
196
                                       Exit(1);
197
                               }
197
                               }
198
                               *p='\0';
198
                               /* *p='\0'; */
199
                               f->scope = sc_header;
199
                               f->scope = sc_header;
200
                               f->scope_header = Sstrdup(scope);
200
                               f->scope_header = Sstrdup(scope);
201
                       }
201
                       }

Return to bug 86045