[Zerofile-svn] SF.net SVN: zerofile: [71] trunk/src/XMPPLinkLocalChatSession.java
Status: Pre-Alpha
Brought to you by:
karl-bengtsson
|
From: <kar...@us...> - 2007-12-04 14:52:14
|
Revision: 71
http://zerofile.svn.sourceforge.net/zerofile/?rev=71&view=rev
Author: karl-bengtsson
Date: 2007-12-04 06:52:16 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
test2
Modified Paths:
--------------
trunk/src/XMPPLinkLocalChatSession.java
Modified: trunk/src/XMPPLinkLocalChatSession.java
===================================================================
--- trunk/src/XMPPLinkLocalChatSession.java 2007-12-04 14:50:49 UTC (rev 70)
+++ trunk/src/XMPPLinkLocalChatSession.java 2007-12-04 14:52:16 UTC (rev 71)
@@ -51,6 +51,7 @@
public void offerFileTransfer(String localFileNameAndPath)
{
+ System.out.println(localFileNameAndPath);
int lastSlashIndex = localFileNameAndPath.lastIndexOf('/');
if (!(lastSlashIndex >= 0 && lastSlashIndex < localFileNameAndPath.length() - 1))
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|