mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
bad character
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: IPAddress.java,v 1.10 2010/12/07 10:27:11 fros4943 Exp $
|
* $Id: IPAddress.java,v 1.11 2010/12/07 10:40:08 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.interfaces;
|
package se.sics.cooja.interfaces;
|
||||||
@@ -231,7 +231,7 @@ public class IPAddress extends MoteInterface {
|
|||||||
ipLabel.setText("IPv4 address: " + getIPString());
|
ipLabel.setText("IPv4 address: " + getIPString());
|
||||||
} else if (isVersion6()) {
|
} else if (isVersion6()) {
|
||||||
ipLabel.setText((ipv6IsGlobal?"Global":"Local") +
|
ipLabel.setText((ipv6IsGlobal?"Global":"Local") +
|
||||||
" IPv6 address(<EFBFBD>" + ipv6AddressIndex + "): " + getIPString());
|
" IPv6 address(#" + ipv6AddressIndex + "): " + getIPString());
|
||||||
} else {
|
} else {
|
||||||
ipLabel.setText("Unknown IP");
|
ipLabel.setText("Unknown IP");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user