lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6452] Fix link rot


From: Greg Chicares
Subject: [lmi-commits] [6452] Fix link rot
Date: Mon, 21 Dec 2015 01:20:50 +0000

Revision: 6452
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6452
Author:   chicares
Date:     2015-12-21 01:20:49 +0000 (Mon, 21 Dec 2015)
Log Message:
-----------
Fix link rot

Modified Paths:
--------------
    lmi/trunk/snprintf_test.cpp

Modified: lmi/trunk/snprintf_test.cpp
===================================================================
--- lmi/trunk/snprintf_test.cpp 2015-12-18 05:54:17 UTC (rev 6451)
+++ lmi/trunk/snprintf_test.cpp 2015-12-21 01:20:49 UTC (rev 6452)
@@ -78,7 +78,7 @@
     BOOST_TEST_EQUAL(std::string(buf, 15), std::string("2.718281828459\0", 
15));
 
     // See:
-    //   http://www.nabble.com/forum/PrintPost.jtp?post=17172711
+    //   http://comments.gmane.org/gmane.comp.gnu.mingw.devel/2945
     //     [2008-05-11T11:46Z from François-Xavier Coudert]
     double g = 39.0;
     len = snprintf(buf,       0, "%9.0e", g);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]