Ulf Zibis wrote: > Hi all, > > I guess there should be an additional "break" statement, see attached > patch for 2015.3.14AR.3.
Applied, thanks. > Some others eventually could be dropped as superfluous (see comments). > Also the "(auth < 100)" seems superfluous (at least should be indented > correctly). There is a reason for this, as auth is a 6-byte variable which some compilers cannot handle in a switch. They do not have to, as the C standard says in section 6.8.4.2 : "The controlling expression of a switch statement shall have integer type." Jean-Pierre ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
