Commits

Marcus Calhoun-Lopez authored 7c90dc6caef
qtoctave-mac: mark port as obsolete

* the project is no longer maintained upstream * the project no longer works with the current version of Octave * Octave now natively supports GUI programming
No tags

aqua/qtoctave-mac/files/patch-qtoctave_src_table_cpp.diff

Deleted
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 -@@ -258,7 +258,7 @@
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;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut