diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/tools/pdfshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfshow.c b/source/tools/pdfshow.c index 08ed1b55..2aae7496 100644 --- a/source/tools/pdfshow.c +++ b/source/tools/pdfshow.c @@ -249,7 +249,7 @@ static void showpath(char *sel) pdf_obj *obj = NULL; int pages = 0; char *part; - while ((part = strsep(&sel, SEP)) != NULL) + while ((part = fz_strsep(&sel, SEP)) != NULL) { if (strlen(part) == 0) continue; |