fixed a typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
729b5e8822
commit
f2840c7ca7
@ -120,7 +120,7 @@ fl_filename_relative(char *to, // O - Relative filename
|
||||
char *cwd = cwd_buf;
|
||||
|
||||
|
||||
// return if "from" is not an absolue path
|
||||
// return if "from" is not an absolute path
|
||||
#if defined(WIN32) || defined(__EMX__)
|
||||
if (from[0] == '\0' ||
|
||||
(!isdirsep(*from) && !isalpha(*from) && from[1] != ':' &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user