]> arthur.barton.de Git - netatalk.git/commitdiff
volinfo: weird chars in previous commit
authordidg <didg>
Tue, 2 Dec 2008 02:59:04 +0000 (02:59 +0000)
committerdidg <didg>
Tue, 2 Dec 2008 02:59:04 +0000 (02:59 +0000)
libatalk/util/volinfo.c

index 646438b3cb770048aef567c9bc64d2147f55a7ed..9a1a657e80388bbebc19888f9d15c56e8c524d13 100644 (file)
@@ -155,7 +155,7 @@ static char * make_path_absolute(char *path, size_t bufsize)
     if (!getcwd(savecwd, sizeof(savecwd)) || chdir(abspath) < 0)       
         return NULL;
 
-    if (!getcwd(abspath, sizeof(abspath)) || chdir (savecwd) < 0)
+    if (!getcwd(abspath, sizeof(abspath)) || chdir (savecwd) < 0)
         return NULL;