Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

fix spastic loop condition #5

Closed
wants to merge 1 commit into from
Closed

fix spastic loop condition #5

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 6, 2020

No description provided.

@@ -937,7 +937,7 @@ int main(int argc, char** argv) {
bool hascut = false;
int cutid = -1;
char cutbuf[NAME_MAX];
while (1&&1) {
while (1) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes nothing.

@willeccles willeccles closed this Feb 6, 2020
@ghost ghost deleted the patch-1 branch February 6, 2020 00:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant