Skip to content

Commit

Permalink
due to glibc rebuild: all filter variables increased
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdotx committed May 2, 2024
1 parent e4ff018 commit 127ba6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* path: /home/klassiker/.local/share/repos/cinfo/cinfo.c
* author: klassiker [mrdotx]
* github: https://github.com/mrdotx/cinfo
* date: 2024-05-02T17:31:25+0200
* date: 2024-05-02T17:59:18+0200
*/

#include <stddef.h>
Expand Down Expand Up @@ -75,7 +75,7 @@ void *get_datetime() {
}

void *get_distro() {
char filter[33],
char filter[65],
value[63];

FILE *file;
Expand Down Expand Up @@ -194,7 +194,7 @@ void *get_cpu() {

float temp;

char filter[20],
char filter[65],
value[58],
temp_path[65],
temp_name_path[59],
Expand Down Expand Up @@ -297,7 +297,7 @@ void *get_mem() {
float mem_percent,
swap_percent;

char filter[40];
char filter[65];

FILE *file;

Expand Down

0 comments on commit 127ba6d

Please sign in to comment.