blob: 03d543ac1bb878f1649ad90c600f09ca37d2f4b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- srcx/vpsdc.cxx.orig Sun Feb 27 13:06:07 2000
+++ srcx/vpsdc.cxx Sun Feb 27 13:06:48 2000
@@ -270,7 +270,8 @@
note.Notice(msg);
}
- char* port = (_printer.GetPortrait()) ? "Portrait\n" : "Landscape\n";
+ char* port = (_printer.GetPortrait()) ? (char *)"Portrait\n" :
+ (char *)"Landscape\n";
char* papername = _printer.GetPaperName();
*pstream << "%!PS-Adobe-2.0\n"
|