From 3276ce5db94774c1afa3e6683f706023551a2dd8 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 9 May 2011 22:10:02 +0000 Subject: rearranged includes, seperate redraw request areas. svn path=/trunk/netsurf/; revision=12359 --- atari/osspec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'atari/osspec.c') diff --git a/atari/osspec.c b/atari/osspec.c index a67e6f164..bbceec144 100644 --- a/atari/osspec.c +++ b/atari/osspec.c @@ -116,8 +116,6 @@ char * gemdos_realpath(const char * path, char * rpath) char * work_ptr; size_t l; - printf("gdos rpath in: %s\n", path); - if( rpath == NULL ){ return( NULL ); } @@ -125,6 +123,7 @@ char * gemdos_realpath(const char * path, char * rpath) return( realpath(path, rpath) ); } + LOG(("gdos rpath in: %s\n", path)); memset( rpath, 0, PATH_MAX ); /* first, absolutize relative path: */ @@ -186,7 +185,7 @@ char * gemdos_realpath(const char * path, char * rpath) strcpy( rpath, work_ptr ); } l = strlen( rpath ); - printf("gdos rpath out: %s\n", rpath); + LOG(("gdos rpath out: %s\n", rpath)); return( rpath ); } -- cgit v1.2.3