Skip to content

Commit

Permalink
Merge pull request #86 from roberthawdon/develop
Browse files Browse the repository at this point in the history
Develop to master
  • Loading branch information
roberthawdon authored Mar 13, 2019
2 parents 8f6bc5e + 38bc4b8 commit bb0067f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([dfshow], [0.6.3], [https://github.com/roberthawdon/dfshow/issues])
AC_INIT([dfshow], [0.6.4], [https://github.com/roberthawdon/dfshow/issues])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.6.3-alpha'
release = '0.6.4-alpha'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/showfunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# define st_author st_uid
#endif

char hlinkstr[5], sizestr[32], majorstr[5], minorstr[5];
char hlinkstr[6], sizestr[32], majorstr[6], minorstr[6];
char headAttrs[12], headOG[25], headSize[14], headDT[18], headName[13];

int hlinklen;
Expand Down

0 comments on commit bb0067f

Please sign in to comment.