Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cameron Cawley
Browse
Commits
7ee70f1e
Commit
7ee70f1e
authored
27 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Enabled printing when Printer Manager not present
parent
ab4dbccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c/Protocols
c/Protocols
+2
-2
No files found.
c/Protocols
View file @
7ee70f1e
...
...
@@ -2575,7 +2575,7 @@ _kernel_oserror * protocols_pp_send_print_save(void)
_kernel_oserror
*
protocols_pp_print_save_bounced
(
WimpMessage
*
m
)
{
if
(
m
->
hdr
.
y
our
_ref
&&
m
->
hdr
.
y
our
_ref
==
print_save_reference
)
if
(
m
->
hdr
.
m
y_ref
&&
m
->
hdr
.
m
y_ref
==
print_save_reference
)
{
print_save_reference
=
0
;
...
...
@@ -2586,7 +2586,7 @@ _kernel_oserror * protocols_pp_print_save_bounced(WimpMessage * m)
#ifdef TRACE
else
if
(
m
->
hdr
.
your_ref
)
else
{
erb
.
errnum
=
Utils_Error_Custom_Normal
;
...
...
This diff is collapsed.
Click to expand it.
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