Commits
Marcus Calhoun-Lopez authored 7c90dc6caef
1 - | --- qtoctave/src/table.cpp.orig 2012-05-18 14:50:15.000000000 +0200 |
2 - | +++ qtoctave/src/table.cpp 2012-05-18 14:51:14.000000000 +0200 |
3 - | |
4 - | QStringList numbers=list.at(3).trimmed().split(" ", QString::SkipEmptyParts); |
5 - | |
6 - | long thisValue=numbers.at(0).toLong(); |
7 - | - if( ((long)this)!=thisValue ) |
8 - | + if( (((long)this) & 0xFFFFFFFF)!=thisValue) |
9 - | { |
10 - | qDebug("PROBLEM: value mismatch; %ld != %ld\n", (long)this, thisValue); |
11 - | return; |