IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2004, 8:40:04 PM (22 years ago)
Author:
eugene
Message:

fixes for -Wall -Werror (mostly get_argument lines)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/mkgauss.c

    r2598 r2843  
    1212
    1313  Xo = Yo = 0;
    14   if (N = get_argument (argc, argv, "-c")) {
     14  if ((N = get_argument (argc, argv, "-c"))) {
    1515    remove_argument (N, &argc, argv);
    1616    Xo = atof (argv[N]);
Note: See TracChangeset for help on using the changeset viewer.