/[weechat]/weechat/src/common/weechat.c
ViewVC logotype

Diff of /weechat/src/common/weechat.c

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

revision 1.58 by flashcode, Sun Oct 2 08:16:12 2005 UTC revision 1.59 by flashcode, Mon Oct 3 12:35:15 2005 UTC
# Line 600  wee_create_home_dirs () Line 600  wee_create_home_dirs ()
600          snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,          snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,
601                   DIR_SEPARATOR, "perl", DIR_SEPARATOR, "autoload");                   DIR_SEPARATOR, "perl", DIR_SEPARATOR, "autoload");
602          wee_create_dir (dir_name);          wee_create_dir (dir_name);
603            /* create "~/.weechat/perl/config" */
604            snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,
605                     DIR_SEPARATOR, "perl", DIR_SEPARATOR, "config");
606            wee_create_dir (dir_name);
607      }      }
608      #endif      #endif
609            
# Line 613  wee_create_home_dirs () Line 617  wee_create_home_dirs ()
617          snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,          snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,
618                   DIR_SEPARATOR, "python", DIR_SEPARATOR, "autoload");                   DIR_SEPARATOR, "python", DIR_SEPARATOR, "autoload");
619          wee_create_dir (dir_name);          wee_create_dir (dir_name);
620            /* create "~/.weechat/python/config" */
621            snprintf (dir_name, dir_length, "%s%s%s%s%s", weechat_home,
622                     DIR_SEPARATOR, "python", DIR_SEPARATOR, "config");
623            wee_create_dir (dir_name);
624      }      }
625      #endif      #endif
626            

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26