[X2Go-Commits] [nx-libs] 53/108: Clipboard.c: add FIXME
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Fri Nov  9 20:35:45 CET 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit 719488da9656c82aeb6ded94d7d22c2a31d485b6
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Wed Oct 10 00:22:21 2018 +0200
    Clipboard.c: add FIXME
---
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 7c63281..3650210 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -562,6 +562,7 @@ FIXME: Do we need this?
 
   nxagentLastRequestedSelection = X->xselectionrequest.selection;
 
+  /* FIXME: shouldn't we reset i to 0 here first? */
   while ((i < nxagentMaxSelections) &&
             (lastSelectionOwner[i].selection != X->xselectionrequest.selection))
   {
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
    
    
More information about the x2go-commits
mailing list