Skip to content

Commit

Permalink
Merge pull request #312 from kronosnet/stable1-proposed
Browse files Browse the repository at this point in the history
Stable1 proposed
  • Loading branch information
fabbione committed Jul 14, 2020
2 parents 7c6e8cd + b766ac3 commit e1f3d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libknet/Makefile.am
Expand Up @@ -18,7 +18,7 @@ EXTRA_DIST = $(SYMFILE)
SUBDIRS = . tests

# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
libversion = 4:0:3
libversion = 5:0:4

# override global LIBS that pulls in lots of craft we don't need here
LIBS =
Expand Down
2 changes: 1 addition & 1 deletion man/doxyxml.c
Expand Up @@ -409,7 +409,7 @@ static int read_structure_from_xml(const char *refid, const char *name)
static char *allcaps(const char *name)
{
static char buffer[1024] = {'\0'};
int i;
size_t i;

for (i=0; i< strlen(name); i++) {
buffer[i] = toupper(name[i]);
Expand Down

0 comments on commit e1f3d4f

Please sign in to comment.