From d913ef930adc5a45989398468fd6f591d6a4f7cb Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 25 May 2011 22:40:36 +0000 Subject: [PATCH] bug in output of opengl renderer, failed to remove extra white spaces after banlist applied --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index 2ea3492..de3de16 100755 --- a/inxi +++ b/inxi @@ -3117,6 +3117,7 @@ get_graphics_glx_data() # Allow all mesas # if ( $2 ~ / r[3-9][0-9][0-9] / ) { gsub(/'"$BAN_LIST_NORMAL"'/, "", $2) + gsub(/ [ \t]+/, " ", $2) # get rid of the created white spaces a[$2] # this counter failed in one case, a bug, and is not needed now # f++