Navigation


Changeset 980:0f376cab3dcb in freeDiameter


Ignore:
Timestamp:
Mar 15, 2013, 2:46:05 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove newline workaround so any remaining extra newlines are easily visible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/log.c

    r974 r980  
    118118    }
    119119    vfprintf(fstr, format, ap);
    120     if (format && (format[strlen(format)-1] != '\n')) {
    121         fprintf(fstr, "\n");
    122     }
     120    fprintf(fstr, "\n");
    123121    if (local_use_color)
    124122             fprintf(fstr, "\e[00m");
Note: See TracChangeset for help on using the changeset viewer.