Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
8e752302
Commit
8e752302
authored
Oct 13, 1993
by
Per Cederqvist
Browse files
Send a (struct tm *), not a (struct tm), as time_date.
parent
e3aef420
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/call-switch.awk
View file @
8e752302
#
# $Id: call-switch.awk,v 0.
5
1993/10/1
2 18:37:5
7 ceder Exp $
# $Id: call-switch.awk,v 0.
6
1993/10/1
3 00:50:2
7 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: call-switch.awk,v 0.
5
1993/10/1
2 18:37:5
7 ceder Exp $
# $Id: call-switch.awk,v 0.
6
1993/10/1
3 00:50:2
7 ceder Exp $
BEGIN
{
printf
(
"/* Don't edit this file - it is generated automatically"
);
printf
(
" from\n call-switch.awk and fncdef.txt */\n"
);
...
...
@@ -62,7 +62,7 @@ $1 != "#" {
else
if
(
$i
==
"c_misc_info_p"
)
printf
(
"client->c_misc_info_p"
);
else
if
(
$i
==
"time_date"
)
printf
(
"client->time"
);
printf
(
"
&
client->time"
);
else
printf
(
"\n#error in file server/fncdef.txt\n"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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