]> git.pld-linux.org Git - packages/dia.git/blame - dia-wmf-cast.patch
- added ldconfig to post and postun
[packages/dia.git] / dia-wmf-cast.patch
CommitLineData
40d102b1
AG
1--- dia-0.97.2/plug-ins/wmf/wmf.cpp~ 2011-03-13 14:07:48.000000000 +0100
2+++ dia-0.97.2/plug-ins/wmf/wmf.cpp 2011-12-31 14:23:18.047623497 +0100
3@@ -1273,7 +1273,7 @@
4 renderer->use_pango = FALSE;
5 #endif
6 } else {
7- renderer->hPrintDC = (W32::HDC)user_data;
8+ renderer->hPrintDC = *((W32::HDC*)user_data);
9 renderer->use_pango = (user_data != NULL); // always for printing
10 }
11
This page took 0.100131 seconds and 4 git commands to generate.