Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix view closing - ledit - Text editor (WIP)
git clone git://lumidify.org/ledit.git (fast, but not encrypted)
git clone https://lumidify.org/git/ledit.git (encrypted, but very slow)
Log
Files
Refs
README
LICENSE
---
commit a99499a1ee2ecbbe8dcf1c64561bbc64c2dd4779
parent aadae71b088e1d224e1f6615524d0cc0d51eae7a
Author: lumidify <[email protected]>
Date: Mon, 9 May 2022 10:12:31 +0200
Fix view closing
Diffstat:
M buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/buffer.c b/buffer.c
t@@ -317,7 +317,7 @@ buffer_remove_view(ledit_buffer *buffer, ledit_view *view)…
free(buffer->views);
buffer->views = NULL;
} else {
- buffer->views = ledit_reallocarray(buffer->views, --bu…
+ buffer->views = ledit_reallocarray(buffer->views, buff…
}
}
}
You are viewing proxied material from lumidify.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.