From 2fd4b6c291350eb8f2e19d2ef7741e98956ab74d Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:04:24 +0000 Subject: Utilisateur : Fcolin Date : 19/02/01 Heure : 17:00 Archivé dans $/Ivy (vss 6) --- Ivy/Regexp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy') diff --git a/Ivy/Regexp.cxx b/Ivy/Regexp.cxx index ebade4e..af667d3 100644 --- a/Ivy/Regexp.cxx +++ b/Ivy/Regexp.cxx @@ -278,7 +278,7 @@ public: } static inline char * regnext( char * p ) { - const short &offset = *((short*)(p+1)); + const short offset = *((short*)(p+1)); if (offset == 0) return(NULL); -- cgit v1.1