]> git.pld-linux.org Git - packages/dia.git/blob - dia-wmf-cast.patch
- added ldconfig to post and postun
[packages/dia.git] / dia-wmf-cast.patch
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.095043 seconds and 3 git commands to generate.