From 10dad61d654e6bbb771047400cfad9ef859d6c9a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 26 Aug 2015 19:52:44 +0200 Subject: It is now possible to create an SDI Frame Window as opposed to an SDI Doc Window; this is needed for example in tut 11.3.2 --- Linux_C_12/cCrossCall_121.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Linux_C_12/cCrossCall_121.c') diff --git a/Linux_C_12/cCrossCall_121.c b/Linux_C_12/cCrossCall_121.c index 37bc4e0..a06438a 100644 --- a/Linux_C_12/cCrossCall_121.c +++ b/Linux_C_12/cCrossCall_121.c @@ -216,7 +216,7 @@ void HandleCleanRequest (CrossCallInfo * pcci) if (action == NULL) { /* Cross call request code not installed. */ - /*printf("\'HandleCleanRequest\' got uninstalled CcRq request code from Haskell: %d\n", pcci->mess);*/ + printf("\'HandleCleanRequest\' got uninstalled CcRq request code from Clean: %d\n", pcci->mess); exit(1); } else -- cgit v1.2.3