diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
commit | 70006e31d25693aa65fc985124ce9babbd3347fc (patch) | |
tree | f5d0078562a07b6fe3a22a630ea5310561d9b538 /psybnc/p_string.c-patch | |
parent | 797dcbebf82a5cee45294314ddd587d3a847932f (diff) | |
download | contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz |
Imported from old-control
Diffstat (limited to 'psybnc/p_string.c-patch')
-rw-r--r-- | psybnc/p_string.c-patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/psybnc/p_string.c-patch b/psybnc/p_string.c-patch new file mode 100644 index 000000000..5051cec66 --- /dev/null +++ b/psybnc/p_string.c-patch @@ -0,0 +1,11 @@ +--- psybnc/src/p_string.c 2002-07-19 23:01:52.000000000 +1000 ++++ p_string.c 2005-04-14 03:02:10.000000000 +1000 +@@ -613,7 +613,7 @@ + int msg; + pcontext; + clearlanguage(); +- ap_snprintf(lfname,sizeof(lfname),"lang/%s.lng",langf); ++ ap_snprintf(lfname,sizeof(lfname),"/usr/share/psybnc/lang/%s.lng",langf); + maxindex=0; + langname[0]=0; + lfile=fopen(lfname,"r"); |