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
d15e7376
Commit
d15e7376
authored
Aug 17, 2006
by
Arne Øslebø
Browse files
fixed bug when storing single value
git-svn-id:
file:///home/svn/mapi/trunk@798
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
cbcef1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stdflib/res2file.c
View file @
d15e7376
...
...
@@ -266,7 +266,7 @@ static int res2file_init(mapidflib_function_instance_t *instance,
cfids
=
s
+
1
;
t
=
t2
+
1
;
}
sscanf
(
cfids
,
"%d"
,
&
fid
);
sscanf
(
cfids
,
"%d
@%d
"
,
&
fid
,
&
fd
);
function
=
fhlp_get_function_instance
(
instance
->
hwinfo
->
gflist
,
fd
,
fid
);
i
->
functs
[
c
]
=
function
;
sscanf
(
t
,
"%d"
,
&
type
);
...
...
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