From 9ae46d26483379eb04b718c4c1a4107517525564 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Thu, 4 Aug 2022 16:53:53 +0200 Subject: [PATCH] (file_path.c) - file_path_expand_special - cut down on code duplication - file_path_expand_special - add size_t return value - fill_pathname_abbreviate_special - add size_t return value --- libretro-common/file/file_path.c | 70 +++++++----------------- libretro-common/include/file/file_path.h | 4 +- 2 files changed, 22 insertions(+), 52 deletions(-) diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index 0358f6f2e8..c8e47943cf 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -30,7 +30,6 @@ #include #include -#include #include #include #include