1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/irc/psybnc/files/patch-af
Edwin Groothuis bc4d0f9efe New port: psybnc
psyBNC is an extremely powerful IRC bouncer with multiple
	unique features.

PR:		ports/45720
Submitted by:	Mina Naguib <webmaster@topfx.com>
2003-02-06 01:53:07 +00:00

13 lines
396 B
Plaintext

#ifndef SSLSEC
--- ./src/p_string.c Fri Jul 19 09:01:52 2002
+++ ../../psybnc.mina/src/p_string.c Sun Nov 24 17:58:56 2002
@@ -613,7 +613,7 @@
int msg;
pcontext;
clearlanguage();
- ap_snprintf(lfname,sizeof(lfname),"lang/%s.lng",langf);
+ ap_snprintf(lfname,sizeof(lfname),"%s/lang/%s.lng",PSYBASE, langf);
maxindex=0;
langname[0]=0;
lfile=fopen(lfname,"r");