diff options
author | fcolin | 2007-02-01 13:04:24 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:24 +0000 |
commit | 59c3538198989033c653ec2326510749073dc2ba (patch) | |
tree | 298bff8bf83646e4272b76cabce9a5c2fac13b6b /Bus/Ivy/Regexp.cxx | |
parent | 25e107bba38dc68e3662ef0734295a89bbab6f39 (diff) | |
download | ivy-cplusplus-59c3538198989033c653ec2326510749073dc2ba.zip ivy-cplusplus-59c3538198989033c653ec2326510749073dc2ba.tar.gz ivy-cplusplus-59c3538198989033c653ec2326510749073dc2ba.tar.bz2 ivy-cplusplus-59c3538198989033c653ec2326510749073dc2ba.tar.xz |
Utilisateur : Fcolin Date : 19/02/01 Heure : 17:00 Archivé dans $/Ivy (vss 6)
Diffstat (limited to 'Bus/Ivy/Regexp.cxx')
-rw-r--r-- | Bus/Ivy/Regexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Regexp.cxx b/Bus/Ivy/Regexp.cxx index ebade4e..af667d3 100644 --- a/Bus/Ivy/Regexp.cxx +++ b/Bus/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);
|