From a5a10ccc4b39e9ec21b1774713745b31f47a5133 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 18 Jan 2004 05:12:31 +0000 Subject: anti anti debug --- (limited to 'core/applets/screenshotapplet/screenshot.cpp') diff --git a/core/applets/screenshotapplet/screenshot.cpp b/core/applets/screenshotapplet/screenshot.cpp index 99effa5..5f83539 100644 --- a/core/applets/screenshotapplet/screenshot.cpp +++ b/core/applets/screenshotapplet/screenshot.cpp @@ -459,8 +459,8 @@ void ScreenshotControl::performGrab() if ( !pix.isNull() ) { const char *ascii = header.latin1( ); uint ascii_len = ::strlen( ascii ); -// ::write ( sock, ascii, ascii_len ); -// ::write ( sock, img.bits(), img.numBytes() ); + ::write ( sock, ascii, ascii_len ); + ::write ( sock, img.bits(), img.numBytes() ); ok = true; } -- cgit v0.9.0.2