[X2Go-Commits] [x2gokdrive] 09/12: rebase comments

git-admin at x2go.org git-admin at x2go.org
Tue Jul 16 17:09:21 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit 870ba0ebe86b13b8f0c6a2de31adb79f30bccbea
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 16 16:51:57 2019 +0200

    rebase comments
---
 x2gokdriveremote.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c
index 1a2d47e..dbbfb64 100644
--- a/x2gokdriveremote.c
+++ b/x2gokdriveremote.c
@@ -141,7 +141,7 @@ BOOL isCursorSent(uint32_t serialNumber)
 
 void addSentCursor(uint32_t serialNumber)
 {
-    #warning check memory
+//    #warning check memory
     struct sentCursor* curs=malloc(sizeof(struct sentCursor));
     curs->next=0;
     curs->serialNumber=serialNumber;
@@ -1204,8 +1204,7 @@ BOOL find_common_regions(struct cache_elem* source, struct cache_elem* dest, BOO
         return checkEquality(source, dest, 0, *vshift, common_rect);
     }
 
-
-#warning stop here for the moment, let's see later if we'll use it'
+//    #warning stop here for the moment, let's see later if we'll use it
     return FALSE;
 
     *vshift=0;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git


More information about the x2go-commits mailing list