mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7c55906a36
PR: ports/151904 Submitted by: Eitan Adler <ports@eitanadler.com> (maintainer)
11 lines
280 B
C++
11 lines
280 B
C++
--- ./src/aapm.cc.orig 2010-10-31 10:09:36.000000000 -0400
|
|
+++ ./src/aapm.cc 2010-11-02 19:56:53.000000000 -0400
|
|
@@ -243,6 +243,7 @@
|
|
}
|
|
|
|
void YApm::AcpiStr(char *s, bool Tool) {
|
|
+ size_t len;
|
|
char buf[80], buf2[80], bat_info[250];
|
|
FILE *fd;
|
|
//name of the battery
|