summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:04:24 +0000
committerfcolin2007-02-01 13:04:24 +0000
commit59c3538198989033c653ec2326510749073dc2ba (patch)
tree298bff8bf83646e4272b76cabce9a5c2fac13b6b /Bus/Ivy
parent25e107bba38dc68e3662ef0734295a89bbab6f39 (diff)
downloadivy-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')
-rw-r--r--Bus/Ivy/Regexp.cxx2
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);