From 4c37defd0c1cd0b54701d83a710faaef3fb87f66 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 26 May 2011 00:00:36 +0000 Subject: [PATCH] bad copy paste, fixed --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 322b533..44627df 100755 --- a/inxi +++ b/inxi @@ -3136,7 +3136,7 @@ get_graphics_glx_data() # if ( $2 ~ / r[3-9][0-9][0-9] / ) { gsub(/'"$BAN_LIST_NORMAL"'/, "", $2) gsub(/ [ \t]+/, " ", $2) # get rid of the created white spaces - gsub(/^ +| +$/, "", $0) + gsub(/^ +| +$/, "", $2) a[$2] # this counter failed in one case, a bug, and is not needed now # f++