forked from pool/amanda
Antonio Teixeira
7a90bc7fc7
OBS-URL: https://build.opensuse.org/package/show/Archiving/amanda?expand=0&rev=98
23 lines
577 B
Diff
23 lines
577 B
Diff
Index: amanda-tag-community-3.5.4/client-src/runtar.c
|
|
===================================================================
|
|
--- amanda-tag-community-3.5.4.orig/client-src/runtar.c
|
|
+++ amanda-tag-community-3.5.4/client-src/runtar.c
|
|
@@ -54,7 +54,7 @@ main(
|
|
{
|
|
#ifdef GNUTAR
|
|
int i;
|
|
- char **j;
|
|
+ const char **j;
|
|
char *e;
|
|
char *dbf;
|
|
char *cmdline;
|
|
@@ -255,7 +255,7 @@ check_whitelist(
|
|
gchar* option)
|
|
{
|
|
bool result = TRUE;
|
|
- char** i;
|
|
+ const char** i;
|
|
|
|
for(i=whitelisted_args; *i; i++) {
|
|
if (g_str_has_prefix(option, *i)) {
|