[X2Go-Commits] [x2gokdrive] 08/09: x2gokdriveremote.c: Write DBG jpegs to some X2Go specific /tmp-path.
git-admin at x2go.org
git-admin at x2go.org
Tue Jul 16 23:43:43 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 8380ed92254a4c0e1db618dc37fe9a3b78bd2cee
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 16 23:42:04 2019 +0200
x2gokdriveremote.c: Write DBG jpegs to some X2Go specific /tmp-path.
---
x2gokdriveremote.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c
index b62fc51..da77595 100644
--- a/x2gokdriveremote.c
+++ b/x2gokdriveremote.c
@@ -2828,7 +2828,7 @@ void initFrameRegions(struct cache_elem* frame)
regions[1].rect.size.width*CACHEBPP);
}
- sprintf(fname,"/tmp/ephyrdbg/%x-rect_inv.jpg",frame->crc);
+ sprintf(fname,"/tmp/.x2go/x2gokdrive_dbg/%x-rect_inv.jpg",frame->crc);
regions[1].compressed_data=image_compress(regions[1].rect.size.width,
regions[1].rect.size.height,
data, ®ions[1].size, CACHEBPP, fname);
--
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