diff -Naur orig/scramble-0.9.5/src/scramble.c scramble-0.9.5/src/scramble.c --- orig/scramble-0.9.5/src/scramble.c 2005-03-26 18:47:34.000000000 -0500 +++ scramble-0.9.5/src/scramble.c 2007-08-08 14:26:38.000000000 -0400 @@ -1389,7 +1389,7 @@ strncpy(dictionary, argv[2], 511); } else - strcpy(dictionary, "/usr/share/dict/words"); + strcpy(dictionary, "/usr/share/scramble/words"); if(SE_Init() != 0) exit(1);