Skip to content
Snippets Groups Projects
Commit e150f201 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: lib/modules/Protocols.pmod/X.pmod/Requests.pmod:1.15
parent 1e2b641b
No related branches found
No related tags found
No related merge requests found
...@@ -598,6 +598,8 @@ class PutImage ...@@ -598,6 +598,8 @@ class PutImage
string to_string() string to_string()
{ {
werror(sprintf("PutImage>to_string: %d, %d, %d, %d\n",
dst_x, dst_y, width, height));
string pad=""; string pad="";
while(((strlen(data)+strlen(pad))%4)) pad += "\0"; while(((strlen(data)+strlen(pad))%4)) pad += "\0";
pad = build_request(sprintf("%4c" "%4c" pad = build_request(sprintf("%4c" "%4c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment