Skip to content

Commit

Permalink
Fixed the type of a buffer string
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Alted committed Mar 18, 2014
1 parent b466ec0 commit e4226e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blosc/blosc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ int blosc_get_complib_info(char *compname, char **complib, char **version)
int clibcode;
char *clibname;
char *clibversion = "unknown";
char *sbuffer[256];
char sbuffer[256];

clibcode = compname_to_clibcode(compname);
clibname = clibcode_to_clibname(clibcode);
Expand Down

0 comments on commit e4226e0

Please sign in to comment.