Browse Source

fixed a typo

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6645 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Albrecht Schlosser 17 years ago
parent
commit
2d883b1770
  1. 2
      src/filename_absolute.cxx

2
src/filename_absolute.cxx

@ -131,7 +131,7 @@ fl_filename_relative(char *to, // O - Relative filename @@ -131,7 +131,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…
Cancel
Save