View Single Post
  #3   (View Single Post)  
Old 4th June 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Code:
/* 
 * my brains random thinking on the matter
 */
if ( xterm != have_required_features ) {
        search_ports("look for one that will");
} else {
        self.roll_own_term = true;
}
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote