1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/libdjvu++/files/patch-aa

8 lines
251 B
Plaintext
Raw Normal View History

--- 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());
}