From aa367636c542bec7dd8b1e47c193b4369acbd555 Mon Sep 17 00:00:00 2001 From: pirro Date: Wed, 8 Mar 1995 14:11:56 +0000 Subject: [PATCH] Corretto salvataggio di print_rcd git-svn-id: svn://10.65.10.50/trunk@1083 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/printer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/printer.cpp b/include/printer.cpp index a94315a7a..ff8897bb9 100755 --- a/include/printer.cpp +++ b/include/printer.cpp @@ -1317,9 +1317,9 @@ void TPrinter::set() // see if user has changed printer // determine index of currently selected printer // ACTHUNG! Deep hacking of XVT internals! NON PORTABLE! - if (_print_rcd != NULL) - free_print_rcd (_print_rcd); - _print_rcd = get_print_rcd(&_print_rcd_size); + // if (_print_rcd != NULL) + // free_print_rcd (_print_rcd); + // _print_rcd = get_print_rcd(&_print_rcd_size); for (i = 0; i < pn2.items(); i++) if (strcmp((const char *)(_print_rcd + 4), pn2.get(i)) == 0) {