mirror of
https://github.com/polybar/polybar.git
synced 2026-03-03 23:09:03 +00:00
fix: project rename
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "utils/io.hpp"
|
||||
#include "utils/string.hpp"
|
||||
|
||||
LEMONBUDDY_NS
|
||||
POLYBAR_NS
|
||||
|
||||
namespace io_util {
|
||||
string read(int read_fd, int bytes_to_read, int& bytes_read_loc, int& status_loc) {
|
||||
@ -114,4 +114,4 @@ namespace io_util {
|
||||
}
|
||||
}
|
||||
|
||||
LEMONBUDDY_NS_END
|
||||
POLYBAR_NS_END
|
||||
|
||||
Reference in New Issue
Block a user