Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d29b12 + 95746a5 commit 869320aCopy full SHA for 869320a
include/git2/stash.h
@@ -68,7 +68,7 @@ GIT_EXTERN(int) git_stash_save(
68
git_repository *repo,
69
const git_signature *stasher,
70
const char *message,
71
- unsigned int flags);
+ uint32_t flags);
72
73
/** Stash application flags. */
74
typedef enum {
src/path.c
@@ -1399,7 +1399,7 @@ int git_path_dirload(
1399
git_vector *contents,
1400
const char *path,
1401
size_t prefix_len,
1402
- unsigned int flags)
+ uint32_t flags)
1403
{
1404
git_path_diriter iter = GIT_PATH_DIRITER_INIT;
1405
const char *name;
0 commit comments