diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-02 19:18:06 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-02 19:18:06 -0300 |
commit | 58e0045791b62f309066e446a314cd26bc277a8b (patch) | |
tree | d2859f473387d716e98faee8c5f72817ca284712 /dpi/file.c | |
parent | 362a3b67783e84a68d1e778b2d6df025d056833c (diff) |
Ensure that the dlib dStr* functions are used everywhere.
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -673,7 +673,7 @@ static int File_get_file(ClientInfo *Client, * calling exit() */ if (st == -1) { MSG("ERROR while reading from file \"%s\", error was \"%s\"\n", - filename, strerror(errno)); + filename, dStrerror(errno)); exit(1); } |