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
RiscOS
S
Sources
N
Networking
Fetchers
HTTP
Commits
9b6863ed
Commit
9b6863ed
authored
May 01, 1998
by
Stewart Brodie
Browse files
Debug output string corrected
parent
dae9243c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c/cookie
c/cookie
+1
-1
No files found.
c/cookie
View file @
9b6863ed
...
...
@@ -1285,7 +1285,7 @@ _kernel_oserror *enumerate_cookies(_kernel_swi_regs *r)
Cookie
*
find_cookie
;
#ifdef TRACE
cookie_debug
(
"enumerate_cookies SWI handler
\n
Flag word passed in %d
\n
"
,
flags
);
cookie_debug
(
"enumerate_cookies SWI handler
:
Flag word passed in %d
\n
"
,
flags
);
#endif
if
(
enum_name
)
free
(
enum_name
);
...
...
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