IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2004, 4:26:43 PM (22 years ago)
Author:
rhl
Message:

Add a newline to traces if required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/trace.c

    r267 r569  
    298298        char *fmt = va_arg(ap, char *);
    299299        vprintf(fmt, ap);
     300        if (strchr(fmt, '\n') == NULL) {
     301            printf("\n");
     302        }
    300303        va_end(ap);
    301304    }
Note: See TracChangeset for help on using the changeset viewer.