This one was nice ... and it didn't even trigger a compile warning.
Update the copyright. This commit was SVN r15256.
Этот коммит содержится в:
родитель
b9251eb442
Коммит
0bf7463c6f
@ -2,7 +2,7 @@
|
||||
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||||
* University Research and Technology
|
||||
* Corporation. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||
* Copyright (c) 2004-2007 The University of Tennessee and The University
|
||||
* of Tennessee Research Foundation. All rights
|
||||
* reserved.
|
||||
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
||||
@ -36,7 +36,7 @@ bool opal_path_is_absolute( const char *path )
|
||||
#if defined(__WINDOWS__)
|
||||
/* On Windows an absolute path always start with [a-z]:\ or with \\ */
|
||||
if( (isalpha(path[0]) && (':' == path[1])) ||
|
||||
('\' == path[0]) && ('\' == path[1]) ) return true;
|
||||
('\\' == path[0]) && ('\\' == path[1]) ) return true;
|
||||
#else
|
||||
if( OPAL_PATH_SEP[0] == *path ) {
|
||||
return true;
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||||
* University Research and Technology
|
||||
* Corporation. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||
* Copyright (c) 2004-2007 The University of Tennessee and The University
|
||||
* of Tennessee Research Foundation. All rights
|
||||
* reserved.
|
||||
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user