I'm about to upload an NMU fixing this using the enclosed patch.  The
patch currently in the report appears to be non-functional.

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."
diff -u vertex-0.1.15/vertex/string.cpp vertex-0.1.15/vertex/string.cpp
--- vertex-0.1.15/vertex/string.cpp
+++ vertex-0.1.15/vertex/string.cpp
@@ -30,7 +30,7 @@
 #ifdef __MSW__
 int strcasecmp(const char *s1, const char *s2);
 #endif
-char *strcasestr(const char *haystack, const char *needle);
+char *strcasestr(const char *haystack, const char *needle) throw();
 int strpfx(const char *s, const char *pfx);
 int strcasepfx(const char *s, const char *pfx);
 
@@ -219,7 +219,7 @@
  *	Case insensitive version of strstr(). Returns the pointer to
  *	needle in haystack if found or NULL on no match.
  */
-char *strcasestr(const char *haystack, const char *needle)
+char *strcasestr(const char *haystack, const char *needle) throw()
 {
 	const char *strptr1, *strptr2, *strptr3;
 
diff -u vertex-0.1.15/debian/changelog vertex-0.1.15/debian/changelog
--- vertex-0.1.15/debian/changelog
+++ vertex-0.1.15/debian/changelog
@@ -1,3 +1,10 @@
+vertex (0.1.15-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix more throw() specification mismatches (closes: #387115).
+
+ -- Mark Brown <[EMAIL PROTECTED]>  Tue, 11 Sep 2007 22:49:24 +0100
+
 vertex (0.1.15-1.2) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to