X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fprofile%2Fprofile.cpp;h=7fcedbb9f3821c7a8d81a8af610a2085b7af1a23;hp=3c5b0bcf3c45f624772209c3fc49dfa7bda4b5a8;hb=08d558e1a4d6439b2accaee830e54e8036acdc27;hpb=0819a13b05a9bcdd0ba2f5062be6d1a1a55a4cfc diff --git a/libs/profile/profile.cpp b/libs/profile/profile.cpp index 3c5b0bcf..7fcedbb9 100644 --- a/libs/profile/profile.cpp +++ b/libs/profile/profile.cpp @@ -105,7 +105,7 @@ bool read_var (const char *filename, const char *section, const char *key, char return false; } -static bool save_var (const char *filename, const char *section, const char *key, const char *value) +bool save_var (const char *filename, const char *section, const char *key, const char *value) { char line[1024], *ptr; MemStream old_rc;