Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
3060d5fa
Commit
3060d5fa
authored
Sep 03, 2004
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output only via rfbErr
parent
be508330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rfbregion.c
libvncserver/rfbregion.c
+4
-4
No files found.
libvncserver/rfbregion.c
View file @
3060d5fa
...
@@ -176,7 +176,7 @@ sraSpanListEqual(const sraSpanList *s1, const sraSpanList *s2) {
...
@@ -176,7 +176,7 @@ sraSpanListEqual(const sraSpanList *s1, const sraSpanList *s2) {
if
(
!
s2
)
{
if
(
!
s2
)
{
return
1
;
return
1
;
}
else
{
}
else
{
printf
(
"sraSpanListEqual:incompatible spans (only one NULL!)
\n
"
);
rfbErr
(
"sraSpanListEqual:incompatible spans (only one NULL!)
\n
"
);
return
FALSE
;
return
FALSE
;
}
}
}
}
...
@@ -271,7 +271,7 @@ sraSpanListOr(sraSpanList *dest, const sraSpanList *src) {
...
@@ -271,7 +271,7 @@ sraSpanListOr(sraSpanList *dest, const sraSpanList *src) {
if
(
!
src
)
{
if
(
!
src
)
{
return
;
return
;
}
else
{
}
else
{
printf
(
"sraSpanListOr:incompatible spans (only one NULL!)
\n
"
);
rfbErr
(
"sraSpanListOr:incompatible spans (only one NULL!)
\n
"
);
return
;
return
;
}
}
}
}
...
@@ -360,7 +360,7 @@ sraSpanListAnd(sraSpanList *dest, const sraSpanList *src) {
...
@@ -360,7 +360,7 @@ sraSpanListAnd(sraSpanList *dest, const sraSpanList *src) {
if
(
!
src
)
{
if
(
!
src
)
{
return
1
;
return
1
;
}
else
{
}
else
{
printf
(
"sraSpanListAnd:incompatible spans (only one NULL!)
\n
"
);
rfbErr
(
"sraSpanListAnd:incompatible spans (only one NULL!)
\n
"
);
return
FALSE
;
return
FALSE
;
}
}
}
}
...
@@ -440,7 +440,7 @@ sraSpanListSubtract(sraSpanList *dest, const sraSpanList *src) {
...
@@ -440,7 +440,7 @@ sraSpanListSubtract(sraSpanList *dest, const sraSpanList *src) {
if
(
!
src
)
{
if
(
!
src
)
{
return
1
;
return
1
;
}
else
{
}
else
{
printf
(
"sraSpanListSubtract:incompatible spans (only one NULL!)
\n
"
);
rfbErr
(
"sraSpanListSubtract:incompatible spans (only one NULL!)
\n
"
);
return
FALSE
;
return
FALSE
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment