21 May 2013 07:08
fvbe: ui_newt: remove format parametes here
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=8e53b17ba0f3f21e5c93e591d3f1b3049897c2f1 commit 8e53b17ba0f3f21e5c93e591d3f1b3049897c2f1 Author: James Buren <ryuo@...> Date: Tue May 21 00:06:32 2013 -0500 ui_newt: remove format parametes here diff --git a/src/ui_newt.c b/src/ui_newt.c index c03b65b..05feb02 100644 --- a/src/ui_newt.c +++ b/src/ui_newt.c <at> <at> -55,7 +55,7 <at> <at> static inline bool findpath(struct format **targets,struct format *target,const if(t == target) continue; - if(t->newfilesystem == 0 && t->options == 0 && t->mountpath == 0) + if(t->newfilesystem == 0 && t->mountpath == 0) continue; if(strcmp(t->newfilesystem,"swap") == 0) <at> <at> -297,10 +297,6 <at> <at> static bool ui_dialog_format(struct format **targets,struct format *target) int entry1_height = 0; int label1_width = 0; int label1_height = 0; - int entry2_width = 0; - int entry2_height = 0; - int label2_width = 0; - int label2_height = 0; int listbox_width = 0;(Continue reading)
RSS Feed