Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136778 | Differences between
and this patch

Collapse All | Expand All

(-)xnecview.orig.c (+2 lines)
Lines 14-19 Link Here
14
#include <stdlib.h>
14
#include <stdlib.h>
15
#include <string.h>
15
#include <string.h>
16
#include <math.h>
16
#include <math.h>
17
#include <locale.h>
17
18
18
#ifndef NO_GETOPT
19
#ifndef NO_GETOPT
19
  #include <getopt.h>
20
  #include <getopt.h>
Lines 371-376 Link Here
371
      usage();
372
      usage();
372
   }
373
   }
373
   initX(&argc,argv);
374
   initX(&argc,argv);
375
   setlocale(LC_NUMERIC,"C");
374
   inputfilename=NULL;
376
   inputfilename=NULL;
375
377
376
   wires=mymalloc(maxwires*sizeof(Wire));
378
   wires=mymalloc(maxwires*sizeof(Wire));

Return to bug 136778