Public bug reported:

This bug has been first reported by Kolomaz:
http://developer.berlios.de/feature/?func=detailfeature&feature_id=3626&group_id=7014

The "Load RFC" function limits number of RFC upto 5000. However, we have
5389 RFCs now(2008-11-05).

Dmentre gave a fix, and I implemented as:

--- mainwindow.cpp.orig 2006-01-13 17:56:45.000000000 +0800
+++ mainwindow.cpp      2008-11-06 13:03:22.000000000 +0800
@@ -123,7 +123,7 @@
   // Load a RFC number
   bool bOK;
   int iRFCNum = QInputDialog::getInteger(this, tr("Please enter a RFC number"),
-                                             tr("RFC#:"), 0, 1, 5000, 1, &bOK);
+                                             tr("RFC#:"), 0, 1, 10000, 1, 
&bOK);
   if (bOK)
     RFCLoad( iRFCNum );
 }

The attachment is the updated DEB packet built on Ubuntu 8.04.

** Affects: qrfcview (Ubuntu)
     Importance: Undecided
         Status: New

-- 
qrfcview can not load RFC number higher than 5000
https://bugs.launchpad.net/bugs/294538
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to