Skip to content

Commit

Permalink
nanoidgen: "GETENTROPY_MAX isn't portable"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent e2588f4 commit bff4c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoidgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>

#define NANOIDMAXLEN 256 // GETENTROPY_MAX
#define NANOIDMAXLEN 256 // GETENTROPY_MAX isn't portable

int main(int argc, char *argv[]) {
size_t length = NANOIDLEN;
Expand Down

0 comments on commit bff4c4b

Please sign in to comment.