/[rdesktop]/jpeg/rdesktop/trunk/rdesktop.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/rdesktop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1392 by jsorg71, Sat Feb 10 05:48:50 2007 UTC revision 1417 by jsorg71, Thu Aug 30 04:47:36 2007 UTC
# Line 633  main(int argc, char *argv[]) Line 633  main(int argc, char *argv[])
633                                  g_server_depth = strtol(optarg, NULL, 10);                                  g_server_depth = strtol(optarg, NULL, 10);
634                                  if (g_server_depth != 8 &&                                  if (g_server_depth != 8 &&
635                                      g_server_depth != 16 &&                                      g_server_depth != 16 &&
636                                      g_server_depth != 15 && g_server_depth != 24)                                      g_server_depth != 15 && g_server_depth != 24
637                                        && g_server_depth != 32)
638                                  {                                  {
639                                          error("Invalid server colour depth.\n");                                          error("Invalid server colour depth.\n");
640                                          return 1;                                          return 1;

Legend:
Removed from v.1392  
changed lines
  Added in v.1417

  ViewVC Help
Powered by ViewVC 1.1.26