Ignore:
Timestamp:
May 30, 2011, 3:28:55 PM (12 years ago)
Author:
jordan
Message:

(trunk daemon) #4301 "strerror used instead of tr_strerror" -- fixed with a patch from taem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/daemon.c

    r12377 r12476  
    1414#include <stdio.h> /* printf */
    1515#include <stdlib.h> /* exit, atoi */
    16 #include <string.h> /* strerror() */
    1716
    1817#include <fcntl.h> /* open */
     
    503502        }
    504503        else
    505             tr_err( "Unable to save pidfile \"%s\": %s", pid_filename, strerror( errno ) );
     504            tr_err( "Unable to save pidfile \"%s\": %s", pid_filename, tr_strerror( errno ) );
    506505    }
    507506
Note: See TracChangeset for help on using the changeset viewer.