From 6a26cd6621b5f0b70177b0d17ed433b5669f1314 Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 7 Oct 2010 23:51:07 +0200 Subject: fixed various problems with the file dialog in the editor --- src/base/system.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/base/system.h') diff --git a/src/base/system.h b/src/base/system.h index 62fe02e9..3d0d5cc7 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -970,10 +970,13 @@ int fs_chdir(const char *path); Parameters: path - The directory string + Returns: + Returns 0 on success, 1 on failure. + Remarks: - The string is treated as zero-termineted string. */ -void fs_parent_dir(char *path); +int fs_parent_dir(char *path); /* Group: Undocumented -- cgit 1.4.1