summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:04:24 +0000
committerfcolin2007-02-01 13:04:24 +0000
commit2fd4b6c291350eb8f2e19d2ef7741e98956ab74d (patch)
treebc88be25bd3ee01a28d2a98ba43c6881f7ade2b6 /Ivy
parent7bbc8b43b4901cd8cddb5a8cd0cc2246d4f45529 (diff)
downloadivy-cplusplus-2fd4b6c291350eb8f2e19d2ef7741e98956ab74d.zip
ivy-cplusplus-2fd4b6c291350eb8f2e19d2ef7741e98956ab74d.tar.gz
ivy-cplusplus-2fd4b6c291350eb8f2e19d2ef7741e98956ab74d.tar.bz2
ivy-cplusplus-2fd4b6c291350eb8f2e19d2ef7741e98956ab74d.tar.xz
Utilisateur : Fcolin Date : 19/02/01 Heure : 17:00 Archivé dans $/Ivy (vss 6)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/Regexp.cxx2
1 files changed, 1 insertions, 1 deletions
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);