30f5c7db08
X-CD-Roast is a program dedicated to easy CD creation under most UNIX platforms. It combines command line tools like cdrecord, cdda2wav, and mkisofs into a nice graphical user interface.
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
$OpenBSD: patch-tools_c,v 1.1.1.1 2002/07/14 19:34:28 wilfried Exp $
|
|
--- tools.c.orig Tue Jul 17 13:39:13 2001
|
|
+++ tools.c Fri Jun 7 08:23:17 2002
|
|
@@ -677,7 +677,7 @@ gchar tmp[1024];
|
|
|
|
gint isroot() {
|
|
|
|
- if (getuid() == 0) {
|
|
+ if (geteuid() == 0) {
|
|
return 1;
|
|
} else {
|
|
return 0;
|