mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
1.44 Beta
[BUG FIX UPDATE] Updates until 1.50 will be bug fix updates as 1.50 will be a full release. Bug fixes for 1.44: -Stopped the crashing when moving stuff onto the desktop -Fixed codeblock formatting in the markdown viewer.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
void cli_cmd_brewver(char *args) {
|
||||
(void)args;
|
||||
cli_write("BrewOS v1.43 Beta\n");
|
||||
cli_write("BrewOS v1.44 Beta\n");
|
||||
cli_write("BrewOS Kernel V2.3.1 Beta\n");
|
||||
}
|
||||
|
||||
@@ -140,7 +140,6 @@ void cli_cmd_udptest(char *args){
|
||||
|
||||
void cli_cmd_msgrc(char *args) {
|
||||
(void)args;
|
||||
// Reset message count since we are viewing them
|
||||
cmd_reset_msg_count();
|
||||
|
||||
FAT32_FileHandle *fh = fat32_open("messages", "r");
|
||||
|
||||
Reference in New Issue
Block a user