Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 199265d0f63b0c255f9e203e13d98de0 > files > 2

hsqldb-1.8.0.10-5.fc13.src.rpm

# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- /home/hardydrew/ooo_source/OOO310_m15/hsqldb/download/hsqldb/Library.java
+++ /home/hardydrew/ooo_source/OOO310_m15/hsqldb/download/hsqldb/src/org/hsqldb/Library.java
@@ -1957,7 +1957,7 @@
         functionMap.put("bitand", bitand);
         functionMap.put("bitlength", bitLength);
         functionMap.put("bitor", bitor);
-        functionMap.put("bitxor", bitor);
+        functionMap.put("bitxor", bitxor);
         functionMap.put("character", character);
         functionMap.put("concat", concat);
         functionMap.put("cot", cot);