mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
efa4d5ebbc
See http://www.djvu.com/ for more details PR: 12722 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
--- DjVuImage.cpp.orig Wed Mar 17 14:24:56 1999
|
|
+++ DjVuImage.cpp Tue Jul 20 14:32:03 1999
|
|
@@ -125,3 +125,3 @@
|
|
GCriticalSectionLock lock(&mutex);
|
|
- bs.writall((const void*)raw, raw.length());
|
|
+ bs.writall((const char*)raw, raw.length());
|
|
}
|