Re: [Harbour] hbver.c:iVerMinor and szSub

2009-12-12 Thread Tamas TEVESZ
(subject should have read iVerPatch of course) > could i please have the implicit short intness of iverpatch ( > hb_snprintf( pszCompiler, COMPILER_BUF_SIZE, "%s%s %hd.%hd.%hd", pszName, > szSub, iVerMajor, iVerMinor, iVerPatch ); > ) lifted, and szSub extended by a few octets? > > i'm ma

[Harbour] hbver.c:iVerMinor and szSub

2009-12-12 Thread Tamas TEVESZ
hi, could i please have the implicit short intness of iverpatch ( hb_snprintf( pszCompiler, COMPILER_BUF_SIZE, "%s%s %hd.%hd.%hd", pszName, szSub, iVerMajor, iVerMinor, iVerPatch ); ) lifted, and szSub extended by a few octets? i'm massaging a compiler that encodes MM in the patch level, an