summaryrefslogtreecommitdiff
path: root/databases/mysql-workbench/patches/patch-backend_wbpublic_grt_grt__structs__tree.cpp
blob: d1062b993cdf618bcd055ab7b57c67cc935891c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-backend_wbpublic_grt_grt__structs__tree.cpp,v 1.1 2015/07/07 11:45:52 joerg Exp $

--- backend/wbpublic/grt/grt_structs_tree.cpp.orig	2015-06-28 17:50:16.000000000 +0000
+++ backend/wbpublic/grt/grt_structs_tree.cpp
@@ -140,7 +140,7 @@ std::string StructsTreeBE::get_field_des
   Node *n= get_node_for_id(node);
   
   if (n == NULL)
-    return false;
+    return "";
 
   switch (n->type)
   {