head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2008.12.31.00.08.12;	author beech;	state dead;
branches;
next	1.1;

1.1
date	2008.12.25.20.14.29;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Removed patch-w_config (fixed upstream)

PR:		ports/129628
Reported By:	QAT
@
text
@
--- src/work/w_config.c	2008-11-24 20:15:35.000000000 +0000
+++ src/work/w_config.c.new	2008-12-09 11:36:54.000000000 +0000
@@@@ -763,7 +763,7 @@@@
 
 
 void InitLocale(void) {
-    char locstring[FILENAMESIZE];
+    static char locstring[FILENAMESIZE];
     const char *t = NULL;
     char *curlocale;
     short int i;


@


1.1
log
@- Remove env corrpt error
- Bump PORTREVISION

PR:		129519
Submitted by:	Andrew Clark <andrewclarkii@@gmail.com>
Approved by:	maintainer timeout
@
text
@@

