Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhieatt committed Aug 19, 2006
1 parent 4a25ece commit 7c3cd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/winxp/start-opera9.c
Expand Up @@ -13,7 +13,7 @@

#include <stdlib.h>

char *opera_profile = "/Application Data/Opera/Opera 9 Beta/profile/";
char *opera_profile = "/Application Data/Opera/Opera/profile/";

main(int argc, char *argv[]) {
int pid;
Expand Down Expand Up @@ -60,7 +60,7 @@ main(int argc, char *argv[]) {
/* start a detached opera */
if ((pid = fork()) == 0 ) {
execl(
"c:/program files/Opera 9 Beta/opera.exe",
"c:/program files/opera/opera.exe",
"opera",
argv[1],
(char *) 0
Expand Down
Binary file modified bin/winxp/start-opera9.exe
Binary file not shown.

0 comments on commit 7c3cd1d

Please sign in to comment.