From 5e602f18d5f619f7dba6d9fccefacdb991db391d Mon Sep 17 00:00:00 2001 From: David Hunt Date: Wed, 19 Aug 2015 13:43:20 -0300 Subject: Rename String to StringUtils. Fixes building on case-insensitive filesystems where String.h gets confused with . From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils --- OpenFilesScreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenFilesScreen.c') diff --git a/OpenFilesScreen.c b/OpenFilesScreen.c index 296fdaf7..86eb3f8e 100644 --- a/OpenFilesScreen.c +++ b/OpenFilesScreen.c @@ -11,7 +11,7 @@ in the source distribution for its full text. #include "ProcessList.h" #include "ListItem.h" #include "IncSet.h" -#include "String.h" +#include "StringUtils.h" #include "FunctionBar.h" #include -- cgit v1.2.3