Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
d84f2459
Commit
d84f2459
authored
Nov 10, 2005
by
Browse files
printf removed
git-svn-id:
file:///home/svn/mapi/trunk@251
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
991998cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
stdlib/top.c
View file @
d84f2459
...
@@ -283,7 +283,6 @@ static int topx_process(mapidflib_function_instance_t *instance,
...
@@ -283,7 +283,6 @@ static int topx_process(mapidflib_function_instance_t *instance,
//write results
//write results
while
(
tmp
&&
i
<
data
->
x
)
{
while
(
tmp
&&
i
<
data
->
x
)
{
printf
(
"(%d,%d)->"
,
tmp
->
value
,
tmp
->
count
);
*
ptr
=
tmp
->
value
;
*
ptr
=
tmp
->
value
;
ptr
++
;
ptr
++
;
*
ptr
=
tmp
->
count
;
*
ptr
=
tmp
->
count
;
...
...
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