> @@ -160,7 +160,7 @@ > * DATA DEFINITIONS > */ > #if defined (MSDOS_STYLE_PATH) > -static const char PathDelimiters [] = ":/\\"; > +const char *const PathDelimiters = ":/\\";
ah, better :) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/9c4c113488f6d5743c79865c74f2d6d4e8dd875a..7e0845b083e56f59b87390507df9444c4f99b826#r73777638
