]> granicus.if.org Git - icinga2/commitdiff
Make mode variable const.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 13:50:40 +0000 (14:50 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 13:50:40 +0000 (14:50 +0100)
lib/base/application.cpp

index cfbc226ab7b22e009d3ad596c7c9307c4084f12b..8c9c8b48ec2a421395247f2ecc672fd4cf479df6 100644 (file)
@@ -463,9 +463,9 @@ void Application::UpdatePidFile(const String& filename)
                fclose(m_PidFile);
 
 #ifndef _WIN32
-       char *mode = "r+";
+       const char *mode = "r+";
 #else /* _WIN32 */
-       char *mode = "w";
+       const char *mode = "w";
 #endif /* _WIN32 */
 
        /* There's just no sane way of getting a file descriptor for a