Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131240 | Differences between
and this patch

Collapse All | Expand All

(-)g4mon.c.orig (-1 / +1 lines)
Lines 49-55 Link Here
49
  gchar* fanspeed;
49
  gchar* fanspeed;
50
  FILE* fp;
50
  FILE* fp;
51
  const int length = BUFSIZ;
51
  const int length = BUFSIZ;
52
  static char input[length];
52
  static char input[BUFSIZ];
53
53
54
  fp = fopen( G4_CPU_FAN_FILE, "r" );
54
  fp = fopen( G4_CPU_FAN_FILE, "r" );
55
  if ( fp ) {
55
  if ( fp ) {

Return to bug 131240