]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak reduce compiler warnings
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Jul 2010 12:23:31 +0000 (14:23 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:57 +0000 (16:53 +0200)
bacula/src/win32/libwin32/service.cpp

index c34de5a6105332c4525f7bf2e871ca2e1c84f2f3..3b9c3543a22be328f92f0800a755d34bb02ff3db 100644 (file)
@@ -292,7 +292,7 @@ int installService(const char *cmdOpts)
 
       /* Set a text description in the service manager's control panel */
       set_service_description(serviceManager, baculaService,
-_("Provides file backup and restore services. Bacula -- the network backup solution."));
+(char *)_("Provides file backup and restore services. Bacula -- the network backup solution."));
 
       CloseServiceHandle(serviceManager);
       CloseServiceHandle(baculaService);