Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
018c25f5
...
018c25f57dc0d6cc4e41330a36e0c7c054432022
authored
2002-08-25 12:43:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_address_get_count): Fixed type of "count" variable
1 parent
c19fe9bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_scm/mu_address.c
libmu_scm/mu_address.c
View file @
018c25f
...
...
@@ -121,7 +121,7 @@ SCM_DEFINE (mu_address_get_count, "mu-address-get-count", 1, 0, 0,
#define FUNC_NAME s_mu_address_get_count
{
address_t
addr
;
in
t
count
=
0
;
size_
t
count
=
0
;
SCM_ASSERT
(
SCM_NIMP
(
ADDRESS
)
&&
SCM_STRINGP
(
ADDRESS
),
ADDRESS
,
SCM_ARG1
,
FUNC_NAME
);
...
...
Please
register
or
sign in
to post a comment