[X2Go-Commits] [nx-libs] 246/429: Screen.c: rephrase comment
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:43 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 9d0364198e1e161e540e05757f40935f7018d8d6
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Sat Jan 30 17:23:49 2021 +0100
Screen.c: rephrase comment
---
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index c51302e6d..b87c1e225 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -483,8 +483,8 @@ Window nxagentCreateIconWindow(void)
if (-1 == asprintf(&winname, "%s Icon", nxagentWindowName))
{
/* If memory allocation wasn't possible, or some other error
- occurs, these functions will return -1, and the contents of
- winname are undefined. */
+ occurs, asprintf() will return -1, and the content of
+ winname is undefined. */
winname = NULL;
}
#endif
--
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