mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
Kernel: Convert snprintf() => String::formatted()/number()
This commit is contained in:
parent
5f610417d0
commit
6c2f0316d9
3 changed files with 5 additions and 11 deletions
|
@ -66,7 +66,7 @@ private:
|
|||
RefPtr<MasterPTY> m_master;
|
||||
time_t m_time_of_last_write { 0 };
|
||||
unsigned m_index { 0 };
|
||||
char m_tty_name[32];
|
||||
String m_tty_name;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue