summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/filefuncs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c
index f969a011b7..6c0275709c 100644
--- a/firmware/common/filefuncs.c
+++ b/firmware/common/filefuncs.c
@@ -25,9 +25,11 @@
25#include "debug.h" 25#include "debug.h"
26#include "file.h" 26#include "file.h"
27#include "filefuncs.h" 27#include "filefuncs.h"
28#include "string-extra.h"
28 29
29#ifndef __PCTOOL__ 30#ifndef __PCTOOL__
30#ifdef HAVE_MULTIVOLUME 31#ifdef HAVE_MULTIVOLUME
32
31/* returns on which volume this is, and copies the reduced name 33/* returns on which volume this is, and copies the reduced name
32 (sortof a preprocessor for volume-decorated pathnames) */ 34 (sortof a preprocessor for volume-decorated pathnames) */
33int strip_volume(const char* name, char* namecopy) 35int strip_volume(const char* name, char* namecopy)