fix: 1
This commit is contained in:
parent
12a5ac4454
commit
c388d08fd1
|
@ -82,7 +82,7 @@ int get_git_state()
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
while (fgets(buffer, sizeof(buffer), fp) != NULL)
|
while (fgets(buffer, sizeof(buffer), fp) != NULL)
|
||||||
{
|
{
|
||||||
|
printf("%s\n", buffer);
|
||||||
if (strstr(buffer, "modified:") != NULL)
|
if (strstr(buffer, "modified:") != NULL)
|
||||||
{
|
{
|
||||||
return 'M';
|
return 'M';
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue