mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 17:42:14 +08:00
Local isdirsep() must not be visible to the outside.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "flstring.h"
|
||||
|
||||
inline int isdirsep(char c) {return c == '/';}
|
||||
static inline int isdirsep(char c) {return c == '/';}
|
||||
|
||||
/** Makes a filename absolute from a relative filename.
|
||||
\code
|
||||
|
||||
Reference in New Issue
Block a user