diff options
| author | Camil Staps | 2015-08-26 19:52:44 +0200 |
|---|---|---|
| committer | Camil Staps | 2015-08-26 19:52:44 +0200 |
| commit | 10dad61d654e6bbb771047400cfad9ef859d6c9a (patch) | |
| tree | a53fd99ce6fccd8d70dd997e68a7648cff51424e /Linux_C_12/cCrossCall_121.c | |
| parent | Invalidate window after WinDonePicture to force redraw (diff) | |
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.2HEADmaster
Diffstat (limited to 'Linux_C_12/cCrossCall_121.c')
| -rw-r--r-- | Linux_C_12/cCrossCall_121.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
