[EMAIL PROTECTED] scribbled:
> At the beginning of main(), add
> 
> malloc(50*1024*1024);

That makes me think of this:

if (malloc(50*1024*1024)) {
  fprintf(stderr, "You have too much RAM to run fvwm.  Run Gnome instead.\n");
  exit(1);
}

Smirks.

-Beej

--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to