mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-02-17 00:04:43 +02:00
Initalize buffer.
This commit is contained in:
parent
c9c915c892
commit
09999edc27
@ -1889,6 +1889,7 @@ int GMenu2X::getVolumeScaler() {
|
|||||||
const string &GMenu2X::getExePath() {
|
const string &GMenu2X::getExePath() {
|
||||||
if (path.empty()) {
|
if (path.empty()) {
|
||||||
char buf[255];
|
char buf[255];
|
||||||
|
memset(buf, 0, 255);
|
||||||
int l = readlink("/proc/self/exe", buf, 255);
|
int l = readlink("/proc/self/exe", buf, 255);
|
||||||
|
|
||||||
path = buf;
|
path = buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user