comments
This commit is contained in:
parent
4c47f02034
commit
94694ce2f7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ char **get_all_history() {
|
||||||
fprintf(stderr, "rush: Error allocating memory\n");
|
fprintf(stderr, "rush: Error allocating memory\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
char buffer[RL_BUFSIZE]; // Adjust the buffer size as needed
|
char buffer[RL_BUFSIZE];
|
||||||
int line_count = 0;
|
int line_count = 0;
|
||||||
|
|
||||||
while (fgets(buffer, sizeof(buffer), history_file) != NULL) {
|
while (fgets(buffer, sizeof(buffer), history_file) != NULL) {
|
||||||
|
|
Loading…
Reference in a new issue