]> git.lyx.org Git - features.git/commitdiff
Fix compilation problem.
authorDekel Tsur <dekelts@tau.ac.il>
Mon, 19 Feb 2001 17:33:14 +0000 (17:33 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Mon, 19 Feb 2001 17:33:14 +0000 (17:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1537 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/array.C

index 7d29a422e29378461a0831d02a56dc3c1c147c80..95a660e87223c375352a573efe6a82a50e64fbfc 100644 (file)
@@ -1,3 +1,6 @@
+2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * array.C (MathedArray): Fix compilation problem.
 
 2001-02-14  André Pönitz  <poenitz@htwm.de>
 
index 661fee1ae8d729f8b97ebb5c5a21e6614460e7e4..b5217e355c348c393fe231b23efecb846e3cea1f 100644 (file)
@@ -21,7 +21,7 @@ void * my_memcpy(void * ps_in, void const * pt_in, size_t n)
 
 
 MathedArray::MathedArray()
-       : bf_(1, 0), last_(0)
+       : bf_(1, '\0'), last_(0)
 {}
 
 MathedArray::~MathedArray()