From f649ac72a14cdcddb2a836c13e381eaac3d89b17 Mon Sep 17 00:00:00 2001 From: Nils Fuhrmann Date: Tue, 13 Feb 2001 11:28:24 +0000 Subject: Fixes for UNIX platforms --- tools/bootstrp/prj.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx index 0ae5411e5ebe..f7291ee8b4f5 100644 --- a/tools/bootstrp/prj.cxx +++ b/tools/bootstrp/prj.cxx @@ -2,9 +2,9 @@ * * $RCSfile: prj.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nf $ $Date: 2001-02-13 09:39:28 $ + * last change: $Author: nf $ $Date: 2001-02-13 12:28:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -544,11 +544,11 @@ Star::Star( GenericInformationList *pStandLst, ByteString &rVersion ) BOOL bOk = FALSE; #ifdef UNX sPath = "UnixVolume"; - GenericInformation *pUnixVolume = pDrive->GetInfo( sPath ); + GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); if ( pUnixVolume ) { String sRoot( pUnixVolume->GetValue(), RTL_TEXTENCODING_ASCII_US ); aEntry = DirEntry( sRoot ); - bOK = TRUE; + bOk = TRUE; } #else bOk = TRUE; -- cgit /libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell/Library_wininetbe.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky